stylecontext: Always recompute font
authorBenjamin Otte <otte@redhat.com>
Wed, 5 Dec 2012 17:41:40 +0000 (18:41 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 6 Dec 2012 01:57:18 +0000 (02:57 +0100)
commit732e89e4f39b7c6f988c46c6d77b3e17769d85ce
tree8ed5f646d4aea159e5481c3b81144a8d882a5cd8
parentf79cd249375e9b393ac0b19da793d9f378cd0cd7
stylecontext: Always recompute font

This is necessary  because values in a GtkCssComputedValues can change
now. So if the font-size is inherited or animated, the cached value will
be outdated.

Fixes the fontchooser preview not updating.
gtk/gtkstylecontext.c